dvb_read_file

@brief Read a file at libdvbv5 format @ingroup file

@param fname file name

@return It returns a pointer to struct dvb_file describing the entries that were read from the file. If it fails, NULL is returned.

extern (C)
dvb_read_file
(
const(char)* fname
)

Meta